Welcome![Sign In][Sign Up]
Location:
Search - stereo image matlab

Search list

[Compress-Decompress algrithmslitipipei

Description: 立体图像对编码的MATLAB实现程序。包含了匹配跟小波变换2种算法,经过调试,可以使用。且效果很好。-stereo image pairs of MATLAB coding procedures. Included with the matching two kinds of wavelet transform algorithm, after debugging, can be used. And the results very good.
Platform: | Size: 65612 | Author: tangli | Hits:

[Special Effectssc_demo

Description: image matching相关的matlab程序,可运行,已调试-image matching procedures related to the Matlab can be run, debug
Platform: | Size: 93184 | Author: maggie | Hits:

[Compress-Decompress algrithmslitipipei

Description: 立体图像对编码的MATLAB实现程序。包含了匹配跟小波变换2种算法,经过调试,可以使用。且效果很好。-stereo image pairs of MATLAB coding procedures. Included with the matching two kinds of wavelet transform algorithm, after debugging, can be used. And the results very good.
Platform: | Size: 65536 | Author: tangli | Hits:

[Special EffectsStereoepipolargeometry

Description: 图像中的对极几何问题,是一个了解和学习外极线约束方法的不错代码-Image epipolar geometry problems, is a knowledge and learning outside the epipolar constraint method of good code
Platform: | Size: 3084288 | Author: 杜永凯 | Hits:

[Special EffectsSADMatching

Description: SAD立体匹配程序,附带测试图像.立体匹配学习的好内容。-SAD stereo matching process, attached to the test image. Stereo Matching learn the content.
Platform: | Size: 2642944 | Author: 张涛 | Hits:

[Special EffectsStereo-Disparity

Description: 人们之所以能够看到深度,是因为,来自三维世界的不同视角。本程序尝试从一个2D图像映射并计算对应的3D的距离。-People have been able to see the depth, is because the three-dimensional world from different perspectives. This procedure attempts to map from a 2D image and calculate the corresponding 3D distance.
Platform: | Size: 520192 | Author: 王拨 | Hits:

[Industry researchTheoreticresearchondoubleCCDstereoscopicmeasuremen

Description:  利用几何成像原理建立起CCD 双目立体视觉测量系统的数学模型,从提高系统测 量精度出发,在理论上重点对系统结构参数、图像识别误差与系统测量精度的关系进行了深入的分析和探讨,并通过实验对结论进行了验证。研究内容对实际建立该测量系统具有很强的指导作用。-Established the principle of the use of CCD imaging geometry binocular stereo vision measurement system of mathematical models to improve system measurement accuracy from the start, in theory, focus on structural parameters of the system, image recognition system error and the relationship between the measurement accuracy of an in-depth analysis and discussion and through experiments carried out to verify the conclusions. Study of the actual establishment of the measurement system has a strong guiding role.
Platform: | Size: 339968 | Author: chenruibao | Hits:

[3D GraphicStereoRegion1

Description: 基于区域的立体匹配算法 本算法从两幅彩色立体图像对中提取深度信息,使用过滤器消除视差图深度估计中的不稳定性。-Region Based Stereo Matching Algorithms region based stereo matching algorithms are developed for extraction depth information from two color stereo image pair. A filter eliminating unreliable disparity estimation was used for increasing reliability of the disparity map.
Platform: | Size: 237568 | Author: 吴明 | Hits:

[Software Engineeringstereopairs

Description: 立体图像校准的matlab程序算法讲解。可以直接下载源码-A compact algorithm for rectification of stereo pairs
Platform: | Size: 175104 | Author: xujie | Hits:

[Special EffectsCameraCalibration(stereo)

Description: 一个立体系统相机标定,立体图像校正以及三维三角测量的多功能matlab工具箱。压缩包中包括一个PDF说明文档,和一个带有实验用图像的matlab程序压缩包。-A three-dimensional system, camera calibration, stereo image correction, as well as three-dimensional triangulation of multi-function matlab toolbox. Compressed package includes a PDF documentation, and one with an experimental image compression package matlab program.
Platform: | Size: 1556480 | Author: llc | Hits:

[Special EffectscorrelCorresp

Description: 寻找相应的特点,在一副图片的基础是许多光流、立体的视觉和图像间的配准算法。一个发现匹配方法简单,取一小块一个图像,计算其滑动互相与其他的形象,并找到一个高峰。此表格提供了课堂的实现方法。-Finding corresponding features in a pair of images is the basis of many optic flow, stereo vision and image registration algorithms. One straightforward approach to finding a match is to take a small patch of one image, compute its sliding cross-correlation with the other image, and find a peak. This submission supplies a class which implements this method.
Platform: | Size: 776192 | Author: 王羽 | Hits:

[matlabdisparitymap

Description: 立体匹配 获得立体图像左右视图的视差图代码-Stereo matching to obtain three-dimensional view of the disparity map image around the code
Platform: | Size: 465920 | Author: wangxn | Hits:

[matlabsift

Description: matlab编写,影像匹配,快速获得立体影像的同名像点-matlab written, image matching, quickly access to images of the Conjugate points of stereo images
Platform: | Size: 1024 | Author: miao | Hits:

[matlabfuncSADR2L

Description: compute d isparity map of two stereo image pair-compute de disparity map of two stereo image pair
Platform: | Size: 2048 | Author: geo170 | Hits:

[Special Effectsgaborfilter.tar

Description: Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6,pi/2,3pi/4 then for any input image like(eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on ( cameraman.tif )(in MATLAB pictures) I = imread( cameraman.tif ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout))
Platform: | Size: 1024 | Author: 郑碧波 | Hits:

[matlabStereoMatching

Description: 在Matlab平台上,通过NCC SSD SAD算法双目立体图像求视差图-In the Matlab platform, through the NCC SSD SAD algorithm for stereo disparity map image requesting
Platform: | Size: 689152 | Author: 苏天 | Hits:

[matlabSC-powerful-image-rendering

Description: Useful tool for rendering and outputting information rich images-This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more. It is fast and displays images as they should be- correct aspect ratio, integer magnification, no axes. In addition, it can return the image as an output variable- useful for saving to disk, texture mapping surfaces, and post-rendering manipulation such as overlaying/combining two or more images. All the MATLAB built-in colormaps are implemented, but without MATLAB s nasty discretization artifacts. Plus, there are many new colormaps which are helpful for viewing more complex data, such as optic flow, likelihoods over images, difference images, segmentations, stereo image pairs (as anaglyphs) and edge-maps with orientation. It also accepts user defined linear and non-linear colormaps.
Platform: | Size: 41984 | Author: 史明明 | Hits:

[Special Effectsstereovision-image-matching

Description: 采用matlab编写的程序,利用最小能量法,实现图像立体匹配-Using matlab program, using the minimum energy method, the realization of stereo image matching
Platform: | Size: 2103296 | Author: 李华 | Hits:

[Special EffectsImage-correction

Description: matlab程序。实现立体像对的矫正,并将匹配点显示出来-Matlab program. To realize the correction of the stereo image pair, and display the matching points.
Platform: | Size: 31848448 | Author: hanpuxia | Hits:

[OtherMatlab code

Description: 压缩包里包含基于全参考、无参考的立体图像质量评价代码,以及视差图获取方法,关于双目活动的质量评价算法。(The compression package contains stereo image quality evaluation code based on full reference and no reference, disparity map acquisition method, and quality evaluation algorithm for binocular activity.)
Platform: | Size: 24928256 | Author: 兰台公子 | Hits:
« 12 »

CodeBus www.codebus.net